home *** CD-ROM | disk | FTP | other *** search
/ Web Designer 98 (Professional) / WebDesigner 1.0.iso / htmled1 / inp11db16.exe / data.z / faq.htt < prev    next >
Encoding:
Text File  |  1996-10-10  |  2.9 KB  |  107 lines

  1. <!--   HTML was created by Harbinger's TrustedLink INP. For more information,
  2.      call 404-841-4334 or visit http://inp.harbinger.net  -->
  3.  
  4. <HTML>
  5. <HEAD>
  6. <TITLE>$Nickname Question & Answers Page</TITLE>
  7. </HEAD>
  8. <BODY Text="$tcolor" Link="$lcolor" VLINK="$vlcolor" BACKGROUND="images/$BackGrndFile">
  9.  
  10. <TABLE width=100%>
  11. <TR>
  12.   <TD ALIGN=center><IMG SRC="images/faq.gif" width="100" height="100" ALT="FAQ Icon" BORDER="0"></TD>
  13.   <TD><H2>$Nickname Question & Answers</h2></TD>
  14. </TR>
  15. </TABLE>
  16.  
  17. <BR CLEAR=all>
  18. <HR>
  19.  
  20. <!------------------------ END OF HEADER ------------------------------->
  21.  
  22. <OL> 
  23. $while($CFaq) 
  24. <STRONG><LI> $CFaq.question</STRONG><P>
  25. <BLOCKQUOTE>$CFaq.answer </BLOCKQUOTE> 
  26. $endwhile 
  27. </OL>
  28.  
  29. <P><HR>
  30.  
  31. If you could not find an answer to your question in the information above, please 
  32.  
  33. $if($not($equal($Preview,1)))
  34. <A HREF="mailto:$$email">
  35. $endif
  36.  
  37. e-mail</A> us the question and we'll respond promptly.
  38.  
  39. <!-------------------- BOTTOM BUTTON NAVIGATION ----------------------->
  40.  
  41. <P><HR><P>
  42. <center>
  43.  
  44. <A HREF="index.htm"><IMG SRC="images/home.gif" ALT="Home Page Button" width="85"
  45. height="23" border=0></A>
  46.  
  47. <A HREF="overview.htm"><IMG SRC="images/comp.gif"
  48. ALT="Company Overview Button" width="85" height="23" border=0></A>
  49.  
  50.  
  51. $if($equal($isProductPageExcluded,0))
  52. $if($and($equal($Preview,0),$equal($dynamicOrder,1)))
  53.     <a href="/cgi-bin/cgiblend?blender=po.blend&CompanyShortName=$$CompanyShortName">
  54. $else
  55.     <a href="catalog.htm">
  56. $endif
  57.  
  58. <IMG SRC="images/cat.gif" ALT="Catalog" width="85" height="23" border=0></A>        
  59. $endif 
  60. $if($equal($isInternetPageExcluded,0))
  61. <A HREF="resource.htm"><BR><IMG SRC="images/res.gif" ALT="Net
  62. Resources Button" width="85" height="23" border=0></A>
  63. $endif
  64.  
  65. $if($equal($isGuestBookPageExcluded,0))
  66. <A HREF="gbook.htm"><IMG SRC="images/guest.gif" 
  67. ALT="Guest Book Button" width="85" height="23" border=0></A>
  68. $endif
  69.  
  70. $if($not($equal($Preview,1)))
  71. <A HREF="mailto:$$email">
  72. $endif
  73.  
  74. <IMG SRC="images/cont.gif"
  75. ALT="Contact
  76. Button" width="85" height="23" border=0></A>
  77.  
  78.  
  79. </CENTER>
  80. <BR>
  81.  
  82. <!-------------------- CLICK HERE TO RETURN TO INP ----------------------->
  83.  
  84. <CENTER>
  85.  
  86. $if($not($equal($Preview,1)))
  87. <A HREF="http://www.harbinger.net/">
  88. $endif
  89. <IMG SRC="images/inp.gif" ALT="INP Graphic" border="0" width="200" height="25"></A>
  90. </CENTER>
  91. <P>
  92. $if($equal($Preview,1))
  93. <h2><a href="inp://return">Click here to return to INP!</a></h2>
  94. (<STRONG>NOTICE:</STRONG> The "Click here to return to INP" hotlink will not exist in your published version!)<p>
  95. $endif 
  96.  
  97. <!------------------------ COPYRIGHT INFORMATION ---------------------->
  98.  
  99. <font size=-2>
  100. Content Copyright © 1996 $Company_name$.<br>
  101. Portions Copyright © 1996 Harbinger Corporation.<br>
  102. All Rights Reserved.<p>
  103. USE OF THESE WEB PAGES IS LIMITED:
  104. <A HREF="http://inp.harbinger.net/license/terms.htm">TERMS</a>
  105. </font>
  106.  
  107. </BODY></HTML>